home *** CD-ROM | disk | FTP | other *** search
- ##base _QueueBase
- ##bias 30
- *
- * queue.fd --- queue library interface.
- *
- * Copyright (c) 1995 SHW Wabnitz
- * Written by Bernhard Fastenrath (fasten@shw.com)
- *
- * This file may be distributed under the terms
- * of the GNU General Public License.
- *
- QOpen(name,mode,sigbit)(a0,d0,d1)
- QClose(qh)(a0)
- QAddMsg(qh,msg)(a0,a1)
- QRemMsg(qh,msg)(a0,a1)
- QGetMsg(qh)(a0)
- QReplyMsg(qh)(a0)
- QFlush(qh)(a0)
- * new in 3.0
- QAllocMsg(size)(d0)
- QFreeMsg(msg,size)(a0,d0)
- ##end
-